home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Text Box Banner 3.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  65 lines

  1. [SUBJECT]
  2. Description=Displays a scrolling text banner in a text box - 3rd variant
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var msgBan3, msgBan3b, string3 = "", stringPart3, delayBan3, ban3;
  11. ;msgBan3="`message`";
  12. ;function banniere3() {
  13. ;  delayBan3 = `delay`;
  14. ;  if (string3.length == 0) {
  15. ;    string3 = " ";
  16. ;    msgBan3b = msgBan3;
  17. ;    stringPart3 = "";
  18. ;  }
  19. ;  else if (string3.length == 1) {
  20. ;    while (msgBan3b.substring(0, 1) == " ") {
  21. ;      stringPart3 = stringPart3 + string3;
  22. ;      string3 = msgBan3b.substring(0, 1);
  23. ;      msgBan3b = msgBan3b.substring(1, msgBan3b.length);
  24. ;    }
  25. ;    stringPart3 = stringPart3 + string3;
  26. ;    string3 = msgBan3b.substring(0, 1);
  27. ;    msgBan3b = msgBan3b.substring(1, msgBan3b.length);
  28. ;  }
  29. ;  else string3 = string3.substring(10, string3.length);
  30. ;
  31. ;  document.formBan3.Fbanniere3.value = stringPart3 + string3;
  32. ;  ban3 = window.setTimeout('banniere3(delayBan3)',delayBan3);
  33. ;}
  34. ;// end script -->
  35. ;</script>
  36. ;
  37.  
  38.  
  39. [BODY_TAG]
  40. ;onLoad="banniere3();" onUnload="clearTimeout(ban3)"
  41.  
  42.  
  43. [BODY_TEXT]
  44. ;<form name="formBan3">
  45. ;<input type="text" name="Fbanniere3" size="`width`"><br>
  46. ;</form>
  47. ;
  48.  
  49.  
  50. [`message`]
  51. Kind=S
  52. Value=This text is the preview of your result.
  53.  
  54.  
  55. [`delay`]
  56. Kind=N
  57. Value=100
  58.  
  59.  
  60. [`width`]
  61. Kind=N
  62. Value=40
  63.  
  64.  
  65.